Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Solidity compiler #180

Merged
merged 5 commits into from
Oct 5, 2018
Merged

Conversation

filippsen
Copy link
Contributor

Description of the Change

This request updates Solidity compiler to version 0.4.25.

Alternate Designs

Not applicable.

Benefits

This changeset works on top of PR #176 and brings the following improvements:

  • Update version in pragma solidity statement for contracts created with New contract action
  • Update version in pragma solidity statements for all templates
  • Update all templates to use the new constructor language keyword
  • Update solc tests to point to new compiler version
  • Update expected generated contract bytecode in solc tests to reflect compiler changes

Possible Drawbacks

Depends on #176 being accepted (issue #117 must be closed first)

Verification Process

yarn test

Github Issues

This request resolves #30

+ Add new test directory

+ Add mocha as development dependency

* Change test recipe to call mocha
* Update pragma statement version for new contracts

* Update pragma statements for all templates

* Update all templates to use the new constructor keyword

* Update solc tests to point to new compiler version

* Update expected contract bytecode in solc tests to reflect changes
@filippsen
Copy link
Contributor Author

Please wait for #176 to be solved before reviewing.

Resolve conflicts due to changes added during SuperblocksHQ#176
Change reference bytecode to match the new expected compiler output
and the new organization format.
@filippsen
Copy link
Contributor Author

This request has been updated to reflect the changes made by request #176.
The latest changes only resolve merge conflicts in test/solc.js and do not add or change anything relevant to the original description.

@filippsen filippsen merged commit 0da26ff into SuperblocksHQ:master Oct 5, 2018
@filippsen filippsen mentioned this pull request Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump Solidity compiler version
3 participants